home *** CD-ROM | disk | FTP | other *** search
- {===================================================================
-
- Activate BUFFERS unit for heap memory management
-
- ===================================================================}
- procedure TGenericApp.PreInit ;
- begin
- ReserveForData ( 32 * ( 1024 div 16 ) ) ;
- InitBuffers ;
- EDITORS.EditorDialog := EditorDialog ; { *.INC }
- end ;
- {===================================================================
- ===================================================================}
- procedure TGenericApp.PostInit ;
- begin
- LoadDesktopFrom ( Names.DSK ) ;
- end ;
- {===================================================================
- ===================================================================}
- procedure TGenericApp.PreDone ;
- begin
- SaveDesktopTo ( Names.DSK , 'Demo Desktop File' ) ;
- end ;
-